projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec5283c
)
packages/patch: fix whitespaces
author
Gabor Juhos
<
[email protected]
>
Thu, 27 Mar 2014 07:06:01 +0000
(07:06 +0000)
committer
Gabor Juhos
<
[email protected]
>
Thu, 27 Mar 2014 07:06:01 +0000
(07:06 +0000)
Signed-off-by: Dirk Neukirchen <
[email protected]
>
Signed-off-by: Gabor Juhos <
[email protected]
>
SVN-Revision: 40237
devel/patch/Makefile
patch
|
blob
|
history
diff --git
a/devel/patch/Makefile
b/devel/patch/Makefile
index fa3f14a2840f6508b175b7491e601e2b76bca7f4..130085555c539eb1bda3084b1b1066d7d5b606f3 100644
(file)
--- a/
devel/patch/Makefile
+++ b/
devel/patch/Makefile
@@
-25,14
+25,14
@@
define Package/patch
endef
define Package/patch/description
- The Patch package contains a program for modifying or creating files
+ The Patch package contains a program for modifying or creating files
by applying a "patch" file typically created by the diff program.
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
exec_prefix="$(PKG_INSTALL_DIR)" \
- all install
+ all install
endef
define Package/patch/install